home *** CD-ROM | disk | FTP | other *** search
/ Material Dictionary 113:…rmation Technology Images / Material Dictionary 113: Background - Information Technology Images.iso / pc / sozai.exe / sozai.dxr / 00005_ţţ.ls < prev    next >
Encoding:
Text File  |  1999-12-14  |  324 b   |  15 lines

  1. on mouseDown
  2.   set cn to the castNum of sprite the clickOn
  3.   set the castNum of sprite the clickOn to cn + 1
  4.   updateStage()
  5.   pagedown()
  6.   repeat while the stillDown
  7.     if rollOver(the clickOn) then
  8.       pagedown()
  9.     end if
  10.   end repeat
  11.   set the castNum of sprite the clickOn to cn
  12.   updateStage()
  13.   indicateoff()
  14. end
  15.